Package org.eclipse.vtp.framework.common.controller

Interface Summary
IController An service that can be used by components in the process engine to influence the actions of the external process controller.
IDispatcher An object capable of re-directing the flow of the process engine.
IExitDispatcher A dispatcher that terminates the current process and returns control to the process that included it.
IForwardDispatcher A dispatcher that terminates the current process and forwards control to another process.
IIncludeDispatcher A dispatcher that suspends the current process, forwards control to another process, and resumes the current process when the target process completes.